home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
mallcrawl.swf
/
scripts
/
DefineSprite_368_ElevatorDoor2
/
frame_33
/
DoAction.as
Wrap
Text File
|
2007-09-28
|
208b
|
7 lines
if(!out)
{
_parent["Door" + (_global.Rescuer.glevel + _parent.in_elev.direction)].out = true;
_parent["Door" + (_global.Rescuer.glevel + _parent.in_elev.direction)].gotoAndPlay("open");
}
stop();